Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/21. Random Emojies/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/21. Random Emojies/app.js
13 Views
0 Comments
const btn = document.querySelector("#emoji");
const emojis = [
"😆",
"😅",
"🤣",
"😂",
"😀",
"🤑",
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/21. Random Emojies/index.html
14 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/21. Random Emojies/style.css
12 Views
0 Comments
body {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
backgroun